#####Milano Major Events######
#By Joakim 'Greven' Bergqwist#
##############################

#The Inheritance of Milano#
event = {

	id = 3706
	trigger = {
			exists = HAB
			exists = FRA
		}
	random = no
	country = MLO
	name = "EVENTNAME3706"
	desc = "EVENTHIST3706"
	style = 2

	date = { day = 1 month = january year = 1500 }
	offset = 0
	deathdate = { day = 1 month = january year = 1501 }

	action_a ={					#Let the Habsburgs Inherite#
		name = "ACTIONNAME3706A"
		command = { type = trigger which = 3181 }
		command = { type = dynastic which = HAB }
#		command = { type = alliance which = HAB }
		command = { type = stability value = 1 }
		command = { type = relation which = HAB value = 100 }
		command = { type = relation which = FRA value = -100 }
	}

	action_b ={					#Let the French Inherite#
		name = "ACTIONNAME3706B"
		command = { type = trigger which = 3718 }
		command = { type = dynastic which = FRA }
#		command = { type = alliance which = FRA }
		command = { type = treasury value = 200 }
		command = { type = relation which = HAB value = -100 }
		command = { type = relation which = FRA value = 100 }
	}

	action_c ={					#Let the Sforzas keep it#
		name = "ACTIONNAME3706C"
		command = { type = stability value = -2 }
		command = { type = treasury value = -500 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = FRA value = -150 }
	}

}